堡塔云WAF 安装免费

堡塔云WAF 安装免费

  1- 安装: URL=https://download.bt.cn/cloudwaf/scrip…

雷池waf 手动安装步骤

手动安装雷池 | 雷池 SafeLine (chaitin.cn) 1-下载: cd “/data/safel…

nginx 安装-rpm(离线安装)

  比如启用四层stream 转发的时候 或者加点监控等其他插件 , rmp 就不合适了,需要编译安…

nginx 编译安装后迁移到其他服务器

nginx 编译安装后迁移到其他服务器

nginx 编译安装后迁移到其他服务器 他有内核lib文件的需求,就是所谓的动态和静态连结库这种东西,如果系统…

nginx location匹配及rewrite规则

nginx location匹配及rewrite规则

nginx location匹配及rewrite规则 : 连接 nginx 以 “/xxx“ 开头的请求代理中…

https的页面中加载了非https的资源-显示不安全

https的页面中加载了非https的资源   比如:  

nginx autoindex 案例

这里一定注意 alias 和root 的区别, 最好用 alias 能方便控制路径 cat autoindex…

location /abc/ 和 /abc 的区别

location /abc/ 和 /abc 的区别

location /abc/ 和 /abc 的区别   1- location /abc/: 这种配…

nginx 403 总结

nginx 403 总结

nginx 403 错误表示服务器拒绝了客户端的请求,表明客户端无权访问所请求的资源。 导致此错误的原因有多种…

nginx try_files指令详解

nginx try_files指令详解

举例说明 示例一: location / { root data; index index.html inde…